National Repository of Grey Literature 23 records found  1 - 10nextend  jump to record: Search took 0.00 seconds. 
Multilayer J2EE web application
Pacvoň, Stanislav ; Kacálek, Jan (referee) ; Burget, Radim (advisor)
This thesis provides compact solutions and shows process, how it is possible to implement Information system which automatically tests students projects. The use of J2EE technology is required in assignment of this thesis. Using of other technologies depends on which way of the assignment´s solution was choosen. In the part one of the thesis an option of technologies used for the system development is implemented. The reason why used application server, database server and CMS solution were chosen is given here. The choice of CMS applicatin is reasoned in more detailed way. A building tool Ant and Junit package are introduced here as well as cascade styles and other technologies used in an application. Ant was used to build a module and students projects. JUnit package is available to test classes. In the second part of the thesis the application is designed. It is showed here how to create a web module, what components the module has to contain and how to implement required function of the system with contribution of classes, library OpenCms and Java. The second part is divided into three chapters. The first shows system workflow, which defines the way of work with application according to defined role in system .The second of them is focused on the web module and its parts. It introduces application pages designed for registration, projects assignment, projects and scripts upload and navigation pages. The three chapter is aimed at a web content. It introduces a data files and HTML output pages. Other parts of the thesis are focused on the safety of the application and the way of communication with Jplag detection of plagiarism.
Web Application Testing with Mocked Data
Bruckner, Tomáš ; Lichtner, Ondrej (referee) ; Pluskal, Jan (advisor)
This work deals with creating and providing mocked data for applications that use REST interface to communicate between the client and server parts. From the various implementations of the REST interface, the work focuses only on OData standard. The project itself is mainly for SAP company. Naturally, even the libraries that are used in the final solution are from SAP. Primaly JavaScript framework SAPUI5 is used. The merit of this work is a library that facilitates the development of the client side of web applications. It fully supports CRUD operations over OData calls. Compared to other libraries creating mocked data that always return the same static data, this one simulates the behavior of the real server. So, when DELETE method is called for a specific entity, the given entity is deleted. This functionality is enabled by the client-side database created directly in the web browser, which corresponds to the database on the server side. A similar library for OData protocol does not exist, so it is a unique solution. The solution is verified using prepared web application.
Performance Test Suite for MIT Kerberos
Špaček, Petr ; Müller, Petr (referee) ; Zelený, Jan (advisor)
Tato práce se zaměřuje na vyvinutí nástrojů pro výkonnostní testování, které umožní otestovat infrastrukturu systému MIT Kerberos, zjistit její výkonnostní charakteristiky a detekovat potenciální problémy. Práce shrnuje teoretické základy protokolu Kerberos a analyzuje potenciální výkonnostní problémy v různých konfiguracích MIT Kerberosu. Dále práce obsahuje popis návrhu a implementace sady nástrojů pro distribuované testování. Pomocí implementovaných nástrojů bylo odhaleno několik výkonnostních problémů, které jsou v práci popsány spolu s návrhem jejich řešení.
Information System Assessment and Proposal for ICT Modification
Puklická, Hana ; Smrčková, Lucie (referee) ; Klusák, Aleš (advisor)
This diploma thesis focuses on the information system Time Mission owned by ARTIN Ltd. The main part of the thesis is composed of analysis of the system including description of the network infrastructure and used technologies which are useful for another development of software. On the basis of analysis possible changes will be proposed. These changes should lead to increase in efficiency of the information systém.
Research into the appropriateness of diverse multimedia cabling applications
Tichý, Ondřej ; Kapoun, Vladimír (referee) ; Škorpil, Vladislav (advisor)
The reader can find a summary of metallic structured cabling in this thesis. It means there is described progress of this cabling and the specifications of the cabling systems. There are also described all types of these cables and some of connectors. The types of cable are summed in the table at the end of this part. In another part there are shown some aplications used for structured cabling. In the futher part there are described tests defined in the specifications in more detail. The most importatnt part of this thesis is focused on various tests. Firstly, there were chosen typical representative of the cables. It was: the data cable (Category 6), S/STP and MediaTwist cable. These cables were underwent the standard tests described above and theirs results are appended on the attached CD. In the last part of this thesis there are intrinsic tests of fitness cables to the multimedia signal. Of course, the tests were chosen to measure cable to obtain the most suitable type of cable. However, these tests were not standard measurement. There were simulated occasions from the practise. The goals of this thesis were to achieve the results, to compare them between each other and to make a decision, which cable is the most suitable for the multimedia signal. Definitely, this thesis should be sufficient at least for people who keep track of structured cabling. Eventually, the clear decision was made from these testings. MediaTwist cable is the most suitable type for the multimedia signal, because the signal is being recognized correctly in almost every case even if the long length. The result from the testings in more detail can be found at the very end of this thesis. So, if you are interested, please, continue in reading.
Assessment influence of the various aspects on the QoE in 3DTV: Subjective tests
Slíž, Martin ; Šindelář, Marin (referee) ; Boleček, Libor (advisor)
This thesis studies aspects influencing image quality 3D TV systems. Thesis is focused on comparing TV´s of the same brand with different diagonals and compares the change in perception of the evaluators by this parameter. The basic evaluated parameters are image depth, contrast, color rendition, image crossover and overall impression. Describes the creation of testing sequences for subjective tests, testing and evaluation of testing.
General System for Testing of Interprets
Drahošová, Michaela ; Koutný, Jiří (referee) ; Lukáš, Roman (advisor)
This work deals with concept and implementation of General system for testing of interprets. Testing of interprets is based on the principle of comparation of results of the interpretation carried out by the testing with reference results. The set of testing programmes is acquired by translating testing programmes, in the reference language to programmes in the language of tested interpret. The testing system enables generation of a testing set of programmes for an interpret according input and reference result after a preceding analysis of a file consisting of description of the syntax and semantics of the interpret's language. These actions result is translation of a more complex programming language to another.
Preparation of Homeworks in the Course Algorithms
Vrábelová, Pavla ; Techet, Jiří (referee) ; Lukáš, Roman (advisor)
This bachelor's thesis deals with a new set of exercises for a subject Algorithms. There are explained terms such as algorithm and complexity, described general properties and types of algorithms. Further, particular sort and search algorithms covered in the set of exercises are described in more details. There is explained how these algorithms work, described their complexity, category, field of use, advantages and disadvantages. Next part presents principles of a system for automated generation and rating of exercises. The implementation of particular parts of system is described in the last chapter of this paper.
Web Application Testing with Mocked Data
Bruckner, Tomáš ; Lichtner, Ondrej (referee) ; Pluskal, Jan (advisor)
This work deals with creating and providing mocked data for applications that use REST interface to communicate between the client and server parts. From the various implementations of the REST interface, the work focuses only on OData standard. The project itself is mainly for SAP company. Naturally, even the libraries that are used in the final solution are from SAP. Primaly JavaScript framework SAPUI5 is used. The merit of this work is a library that facilitates the development of the client side of web applications. It fully supports CRUD operations over OData calls. Compared to other libraries creating mocked data that always return the same static data, this one simulates the behavior of the real server. So, when DELETE method is called for a specific entity, the given entity is deleted. This functionality is enabled by the client-side database created directly in the web browser, which corresponds to the database on the server side. A similar library for OData protocol does not exist, so it is a unique solution. The solution is verified using prepared web application.
Information System Assessment and Proposal for ICT Modification
Puklická, Hana ; Smrčková, Lucie (referee) ; Klusák, Aleš (advisor)
This diploma thesis focuses on the information system Time Mission owned by ARTIN Ltd. The main part of the thesis is composed of analysis of the system including description of the network infrastructure and used technologies which are useful for another development of software. On the basis of analysis possible changes will be proposed. These changes should lead to increase in efficiency of the information systém.

National Repository of Grey Literature : 23 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.